Order new certificates
Create new order for a certificate
HTTP Request
POST /certificate/order
Auth: true
QUERY PARAMETERS
| Parameter | Type | Description |
|---|---|---|
| product_id | int | Certificate product ID |
| csr | string | Domain name |
| years | int | Number of years |
| pay_method | int | Payment method ID |
| approver_email | string | Email addres used in domain validation |
| admin | int | Admin contact ID |
| tech | int | Tech contact ID |
| billing | int | Billing contact ID |
| organization | array | Organization details |
| software | int | Server/Software ID |
| data | array | Addditional data required for some products |
Example Response
{
"order_num": 873340994,
"invoice_id": "308978",
"total": "27.85",
"items": {
"id": "10",
"type": "Hosting",
"name": "test.com",
"product_id": "3"
}
}